body {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.c {
    overflow: hidden;
}
.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}
.l {
    float: left;
}
.r {
    float: right;
}
a {
    text-decoration: none;
    color: #666;
}
a:focus,
a:hover {
    color: rgb(6,79,173);
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blue_color {
    color: rgb(6,79,173);
}
/*top*/
.kj_top {
    height: 30px;
    line-height: 30px;
    background-color: rgb(241,242,244);
}
.kj_top_inner nav.r > a {
    padding: 0 10px;
    border-right: 2px solid rgb(200,200,200);
}
.kj_top_inner nav.r > a:last-child {
    padding-right: 0;
    border-right: 0;
}
/*header*/
.kj_header {
    height: 100px;
}
.kj_header > .container {
    position: relative;
}
.kj_hd_logo {
    margin-top: 10px;
}
.kj_hd_right {
    margin-top: 35px;
}
/*nav*/
.kj_nav {
    height: 30px;
    line-height: 30px;
}
.kj_nav_inner > li {
    float: left;
    padding: 0 20px;
}
.kj_nav_inner > li > a {
    font-size: 15px;
    color: #333;
    display: block;
}
.kj_nav_inner > li.active > a,
.kj_nav_inner > li > a:hover {
    color:  rgb(6,79,173);
}
.kj_nav_inner > li ul {
    display:none;
}
.kj_search_image {
    padding-left: 20px;
    border-left: 1px solid rgb(180,180,180);
}
.kj_search_image > i {
    font-size: 20px;
    color: red;
    font-weight: bold;
    cursor: pointer;
}
.kj_search {
    position: relative;
}
.navbar-nav > li ul {
    display:none;
}
/*banner*/
/*.kj_banner {
    height: 580px;
    background: url("../images/banner.png") no-repeat center center;
    background-size: cover;
}
.kj_banner > .container {
    height: 580px;
}*/
.kj_banner .carousel-control {
    width: 50px;
}
.carousel-control .icon-arrow-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .iconfont {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-top: -10px;
    font-size: 45px;
}
.kj_hds_search {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 99;
    background-color: #fff;
    padding: 10px;
    display: none;
}
.kj_hds_search input {
    border: 1px solid rgb(212,212,212);
    height: 40px;
    line-height: 40px;
    width: 400px;
    text-indent: 10px;
    float: left;
}
.kj_hds_search button {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: rgb(6,79,173);
    border: 0;
    outline: 0;
    margin-left: -2px;
    vertical-align: middle;
    float: left;
}
.kj_hds_search button i {
    color: #fff;
    font-size: 18px;
}
/*公司简介*/
.kj_about {
    margin-top: 50px;
}
.kj_title {
    font-size: 28px;
    color: #333;
    text-align: center;
    font-weight: 500;
}
.kj_line {
    width: 80px;
    border-top: 2px solid rgb(6,79,173);
    margin: 30px auto;
}
.kj_about_content {
    font-size: 16px;
    line-height: 30px;
}
a.kj_more {
    display: block;
    width: 160px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    background-color: rgb(6,79,173);
    color: #fff;
    margin: 30px auto;
}
/*产品中心*/
.kj_product {
    background: url("../images/product_banner.png") no-repeat center center;
    background-size: cover;
    height: 723px;
    margin-top: 50px;
    padding-top: 50px;
}
.kj_product_inner .kj_title {
    color: #fff;
}
.kj_product_inner .kj_line {
    border-color: #fff;
}
.kj_product_list {
    text-align: center;
}
.kj_product_list > a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    padding: 0 20px;
    margin: 5px;
    border: 1px solid rgb(92,99,115);
}
.kj_product_list > a.active {
    background-color: rgb(6,79,173);
    color: #fff;
}
.kj_product_content {
    margin: 40px -10px 50px;
    display: none;
}
.kj_product_content.active {
    display: block;
}
.kj_product_content > li {
    padding: 0 10px;
}
.kj_product_content > li > div {
    width: 100%;
    text-align: center;
    height: 275px;
    line-height: 275px;
    background-color: #fff;
    border: 2px solid transparent;
}
.kj_product_content > li > div:hover {
    border-color: red;
}
.kj_product_content > li > div img {
    max-width: 100%;
    max-height: 271px;
}
.kj_product_content > li > a {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*新闻资讯*/
.kj_new {
    margin-top: 50px;
}
.kj_new_inner {
    margin-top: 45px;
    margin-left: -10px;
    margin-right: -10px;
}
.kj_new_image,
.kj_new_list {
    float: left;
    width: 50%;
    padding: 0 10px;
}
.kj_new_image {
    position: relative;
    display: none;
}
.kj_new_image.active {
    display: block;
}
.kj_new_image > a {
    display: block;
    width: 100%;
    text-align: center;
    height: 406px;
    line-height: 406px;
}
.kj_new_image > a img {
    max-width: 100%;
    height: 406px;
}
.kj_new_content {
    position: absolute;
    z-index: 9;
    left: 10px;
    right: 10px;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    padding: 10px 20px;
    color: #fff;
}
.kj_new_title {
    font-size: 20px;
    min-height: 50px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.kj_new_summary {
    margin: 5px 0;
    line-height: 24px;
}
.kj_new_list {
    height: 406px;
    background-color: rgb(246,246,247);
    padding: 20px;
    padding-left: 40px;
}
.kj_new_list > li {
    list-style: disc;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid rgb(228,228,228);
    margin-bottom: 10px;
    font-size: 15px;
}
.kj_new_list > li:last-child {
    border-bottom: 0;
}
.kj_new_list > li a {
    color: #333;
}
.kj_new_list > li a:hover {
    color: red;
}
.kj_new_list > li > a {
    float: left;
    white-space: nowrap;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kj_new_list > li > span {
    float: right;
}
/*contact*/
.kj_contact {
    background: url("../images/contact_banner.png") no-repeat center center;
    background-size: cover;
    height: 646px;
    margin-top: 120px;
}
.kj_contact_content {
    margin: 70px;
}
.kj_contact_left {
    float: left;
    width: 320px;
    height: 500px;
    background-color: rgba(6,79,173,.8);
    padding: 40px 50px;
}
.kj_contact_left h3 {
    margin: 0;
    color: #fff;
    font-size: 28px;
}
.kj_contact_left > p {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
}
.kj_liuyan {
    margin-top: 40px;
}
.guestbook_form .formcolumn-item dd {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(106,160,202);
}
.guestbook_form .formcolumn-item dd > span {
    display:none;
}
.guestbook_form .formcolumn-item:last-child dd {
    border-bottom: 0;
}
.guestbook_form .formcolumn-item-ct input {
    border: 0;
    outline: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background-color: transparent;
    color: rgb(203,203,203);
}
.guestbook_form .formcolumn-item-ct input::-webkit-input-placeholder,
.guestbook_form .formcolumn-item-ct textarea::-webkit-input-placeholder {
    color: rgb(203,203,203);
}
.guestbook_form .formcolumn-item-ct textarea {
    border: 0;
    outline: 0;
    line-height: 24px;
    width: 100%;
    background-color: transparent;
    color: rgb(203,203,203);
}
.idea-footer {
    margin-top: 40px;
}
.guestbook_form .kj_shfwtjan input {
    background-color: rgb(104,157,198);
    color: #fff;
}
.kj_contact_right {
    float: left;
    width: 740px;
    height: 500px;
    background-color: #fff;
    padding: 60px 80px;
}
.kj_contact_right h3 {
    margin: 0;
    color: red;
    text-align: center;
    font-size: 22px;
}
.kj_contact_right > p {
    color: #333;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
}
.kj_cr_tishi {
    margin: 50px 0;
    line-height: 24px;
    text-align: center;
}
.kj_cr_list > li {
    float: left;
    width: 33%;
    padding: 0 10px;
    text-align: center;
}
.kj_cr_list > li > p {
    margin-top: 10px;
    font-size: 15px;
    color: #333;
    line-height: 24px;
}
.kj_cr_bottom {
    border-top: 1px solid rgb(188,188,188);
    margin-top: 45px;
    text-align: center;
}
.kj_cr_bottom > span {
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    position: relative;
    top: -14px;
}
.kj_cr_bottom > span > i {
    margin: 0 10px;
    color: rgb(170,170,170);
    font-size: 20px;
}
/*footer*/
.kj_footer {
    background-color: rgb(9,16,31);
    padding: 15px 0;
}
.kj_footer_inner {
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
}
.kj_footer_inner a {
    color: #fff;
}
/*fixed*/
.kj-slide-right-bar {
    display: block;
    position: fixed;
    top: 200px;
    right: 15px;
    width: 60px;
    z-index: 9999;
}
.kj-slide-right-bar ul,
.kj-slide-right-bar li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.kj-slide-right-bar li {
    background-color: #fff;
    margin-bottom: 5px;
}
.kj-slide-right-bar li>a {
    display: block;
    height: 60px;
    color: #666;
    padding: 3px;
    text-align: center;
    border: 1px solid rgb(221,221,221);
    position: relative;
}
.kj-slide-right-bar li > a:hover {
    border: 1px solid red;
}
.kj-slide-right-bar li>a>i {
    font-size: 24px;
}
.kj-slide-right-bar li>a>span {
    display: block;
    text-align: center;
    font-size: 12px;
}
.kj_qq > div {
    position: absolute;
    right: 60px;
    top: 0;
    border: 1px solid rgb(221,221,221);
    min-width: 150px;
    padding: 10px;
    display: none;
}
.kj_qq:hover > div {
    display: block;
}
.kj_qq > div > a {
    display: inline-block;
    margin-bottom: 10px;
}
/*news_yemian*/
.breadcrumb {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
}
.kj_news {
    margin-bottom: 30px;
}
.kj_news > li {
    padding:30px 0;
    border-bottom:1px solid rgb(238,238,238);
}
.kj_news_image a {
    display:block;
    padding:5px;
    border:1px solid rgb(238,238,238);
}
.kj_news_title a {
    font-size: 20px;
    color: #333;
}
.kj_news_title a:hover {
    color: rgb(6,79,173);
}
.kj_news_content > a {
    display: block;
    margin-top: 40px;
    padding: 5px 0;
    width: 110px;
    text-align: center;
    border: 2px solid rgb(200,200,200);
    color: rgb(133,133,133);
}
.kj_news_content > a:hover {
    border: 2px solid rgb(6,79,173);
    color: rgb(6,79,173);
}
.pagination > .active > a {
    background-color: rgb(6,79,173);
    border-color: rgb(6,79,173);
}
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: rgb(6,79,173);
    border-color: rgb(6,79,173);
}
/*news_info*/
.kj_news_inner {
    min-height:720px;
}
.kj-article-bottom {
    margin-top: 20px;
}
.kj-article-bottom > span {
    display:block;
    margin-bottom:15px;
}
/*pages*/
.kj-page-content {
    margin-top: 20px;
    font-size: 15px;
    line-height: 30px;
}
.kj-page-content p {
    font-size: 15px;
    line-height: 30px;
}
.kj-page-content img {
    max-width:100%;
}
/*product_yemian*/
.kj_news_list > div {
    height: 45px;
    background: rgb(6,79,173);
    display: block;
    color: #fff;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.list-group-item {
    border-radius: 0 !important;
    border: 0;
    border-bottom: 1px dashed rgb(204,204,204);
    margin-bottom: 0;
    text-align:center;
}
.list-group-item:hover,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: rgb(6,79,173);
    border-color: rgb(6,79,173);
}
.list-group-item:hover a,
.list-group-item.active a,
.list-group-item.active:hover a,
.list-group-item.active:focus a {
    color:#fff;
}
.daohang {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.daohang h2 {
    font-size: 24px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin-left: 15px;
    color: rgb(6,79,173);
}
.daohang > div {
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    text-align: right;
    overflow: hidden;
}
.daohang .breadcrumb {
    margin-top:0;
    background-color: #fff;
}
.jiesho {
    line-height: 24px;
    text-indent: 2em;
    display: block;
    padding-left: 5px;
    padding-top: 25px;
}
.products {
    padding-top: 5px;
    margin-top: 15px;
}
.products li {
    height: 240px;
    overflow: hidden;
    margin-bottom:10px;
}
.products li > div {
    border:1px solid rgb(204,204,204);
}
.products li > div > a {
    display:block;
    height: 180px;
    line-height:180px;
    text-align: center;
    overflow: hidden;
}
.products li > div > a img {
    max-width:100%;
    max-height:180px;
}
.products li p {    
    padding:10px;
    margin-bottom:0;
    margin-top: 4px;
    background: #f5f5f5;
    text-align: center;
    overflow: hidden;
    max-width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.products li p a {
    color: #4a4a4a;
}
.products li:hover p {
    background: rgb(6,79,173);
}
.products li:hover p a {
    color: #fff;
}
/*product_info*/
.pro_basic {
    width: 100%;
    height: auto;
    margin-bottom:30px;
}
.pro_basic caption {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-top:0;
    padding-bottom:0;
    padding-left: 20px;
    background-color: rgb(6,79,173);
    font-size: 18px;
    color: #fff;    
}
.pro_basic tr {
    border-right: 1px solid #ccc;
}
.pro_basic td {
    border-left: 1px solid #ccc;    
    color: #666;
    border-bottom: 1px solid #ccc;
    height: 45px;
    padding-left: 20px;
}
.pro_basic td:first-child {
    background: #f2f2f2;
    width: 100px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}
.title-h3 {
    line-height: 50px;
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    color: rgb(6,79,173);
    font-weight: bold;
}
.kj_relproduct {
    position: relative;
    width: 100%;
}
.kj-relproduct-sheet {
    height: 292px;
    width: 4000px;
}
.kj-relproduct-sheet .kj-product-item {
    float: left;
    width: 240px;
    border: 1px solid rgb(231,231,231);
    margin-right: 10px;
    padding: 15px 10px;
}
.kj-relproduct-sheet .kj-product-item:hover {
    border-color:rgb(6,79,173);
}
.kj-product-item .caption > a {
    display:block;
    font-size:16px;
    color:rgb(51,51,51);
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.kj-product-item .caption > p {
    color:rgb(153,153,153);
    margin-top:5px;
}
.kj-product-item .caption a:hover {
    color: rgb(6,79,173);
}
@media (max-width: 1200px) {
    .container {
        width: 970px !important;
    }
    .kj_nav_inner > li {
        padding: 0 15px;
    }
    .kj_contact_content {
        margin: 70px 0;
    }
    .kj_contact_left {
        width: 280px;
        padding: 40px 30px;
    }
    .kj_contact_right {
        width: 690px;
        padding: 60px 50px;
    }
    /*product_info*/
    .kj-relproduct-sheet .kj-product-item {
        width: 232px;
    }
}
@media (max-width: 992px) {
    .container {
        width: 750px !important;
    }
    .kj-navbar-phone-top {
        background-color: #fff;
    }
    #mobilesearchbox .input-group {
        width: 660px;
    }
    .kj_top_banner {
        margin-top: 110px;
    }
    .kj_product {
        height: auto;
        padding-bottom: 40px;
    }
    .kj_product_content > li {
        margin-bottom: 20px;
    }
    .kj_new_list > li > a {
        max-width: 70%;
    }
    .kj_contact_left {
        width: 260px;
        padding: 40px 20px;
    }
    .kj_contact_right {
        width: 490px;
        padding: 60px 30px;
    }
    /*product_info*/
    .kj-relproduct-sheet .kj-product-item {
        width: 270px;
    }
}
@media (max-width: 768px) {
    .container {
        width: 96% !important;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    #mobilesearchbox {
        position: absolute;
        left: 80px;
        right: 80px;
        top: 0;
        padding: 0;
        border-width: 0;
    }
    #mobilesearchbox .input-group {
        width: auto;
    }
    .kj_top_banner {
        margin-top: 60px;
    }
    .kj_product_content,
    .kj_new_inner {
        margin-left: 0;
        margin-right: 0;
    }
    .kj_new_image,
    .kj_new_list {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .kj_new_image {
        padding: 0;
    }
    .kj_new_content {
        left: 0;
        right: 0;
    }
    .kj_new_list {
        padding: 20px 10px;
        padding-left: 30px;
    }
    .kj_new_list > li > a {
        max-width: 65%;
    }
    .kj_contact {
        height: auto;
        padding-bottom: 30px;
    }
    .kj_contact_left {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }
    .kj_contact_right {
        float: none;
        width: 100%;
        padding: 60px 20px;
        height: auto;
    }
    .kj_cr_list > li {
        width: 50%;
        margin-bottom: 20px;
        min-height: 150px;
    }
    /*product_info*/
    .kj-relproduct-sheet .kj-product-item {
        width: 100%;
        max-width: 248px;
    }
}